home *** CD-ROM | disk | FTP | other *** search
- ARCLOG 1.00 -- 2-20-87 by Rick Huebner, Matrix node 14/614
- Copyright 1987 Rick Huebner (released for non-commercial use)
-
-
- You must specify at least one of the following:
- /LOG=logfile (logfile to archive data from; defaults to OPUS.LOG)
- /KEEP=days (number of days to keep in logfile; defaults to 14)
- /FILEDAYS=days (number of days per archived file; defaults to 7)
- /ARCDAYS=days (number of days per .ARC file; defaults to 28)
- /XCMND=command (.ARC file extract command; defaults to 'ARC X @A @F')
- /UCMND=command (.ARC file update command; defaults to 'ARC U @A @F')
-
- where 'command' is a quoted string which describes the command to be
- used to extract or update the archived log files. Put '@A' in the
- place where the .ARC file name belongs, and '@F' in the place where
- the name of the file to be extracted or updated will go. For instance:
- /XCMND='PKXARC/R @A -@F'
- /XCMND='ARCE D:\STORAGE\@A @F /R'
- /UCMND='PKARC U ..\LOGS\@A @F'
-
- ARCLOG expects to be able to delete the archived file itself after
- executing UCMND, so use the Update option, not Move. ARCLOG will copy
- log entries to be kept into a temporary file, which is then renamed to
- replace the original log file; therefore, the logfile being processed must
- be on the current default disk drive.
-